PUT /ApplicationConfiguration/
Set an application setting value.
Request
| Method |
Request URI |
| PUT |
/API/ApplicationConfiguration/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
Current session ID. Specifying via an Authorization request header instead is recommended. |
Request Headers
| Authorization: Bearer <Current session ID> |
Request Body
Response
Response Body
A status code indicating whether there was an error setting the value.
If the value was successfully set, but testing it yielded a warning, the warning
will be returned as a System.String.